home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Deutsche Edition 1
/
Deutsche Edition 1.iso
/
amok
/
081-090
/
amok84
/
reqtools_2.1d
/
glue.lha
/
Glue
/
SAS-C
/
src
/
rtReqHandlerA.asm
< prev
next >
Wrap
Assembly Source File
|
1993-02-11
|
223b
|
19 lines
SECTION "code",CODE
INCLUDE "reqtools.i"
XDEF _rtReqHandlerA
_rtReqHandlerA:
move.l a6,-(a7)
GETRTBASE
move.l 8(a7),a1
move.l 12(a7),d0
move.l 16(a7),a0
jsr _LVOrtReqHandlerA(a6)
move.l (a7)+,a6
rts
END